home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000327_news@columbia.edu _Tue Jan 23 10:47:56 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id KAA12630 for <kermit.misc@watsun>; Tue, 23 Jan 1996 10:47:54 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id KAA11503 for kermit.misc@watsun; Tue, 23 Jan 1996 10:47:49 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: DOS directory tree transfer?
  8. Date: 23 Jan 1996 15:47:35 GMT
  9. Organization: Columbia University
  10. Lines: 14
  11. Message-ID: <4e2vun$b78@apakabar.cc.columbia.edu>
  12. References: <4dp6i9$9vt@darkstar.UCSC.EDU>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4dp6i9$9vt@darkstar.UCSC.EDU>,
  16. Remington Stone <rem@helios.ucolick.org> wrote:
  17. > I have a direct serial connection between a PC running WFWG3.11 and
  18. > Kermit 3.14 patch 9, and a Sparc5 with SunOS4.1.3 and C-Kermit 5A(190).
  19. > File transfer between the two is fine.  I have not been able to figure
  20. > out a way to transfer an entire directory tree with all associated files
  21. > between the two machines.
  22. >
  23. MS-DOS Kermit 3.14 comes with a utility, XSEND, that will do this for you
  24. in the PC-to-UNIX direction.  With some work, it could also be made to
  25. work in the other direction too.  Look in the UTILS subdirectory, read the
  26. XSEND.HLP file.
  27.  
  28. - Frank